home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / ttyline / ttylinedata.c < prev   
C/C++ Source or Header  |  1996-07-22  |  217b  |  11 lines

  1.  
  2. #include "ttyline.p"
  3.  
  4. unsigned   
  5.     active_index,           /* index used when looking for active lines */
  6.     n_lines;
  7. char
  8.     **ttyline;
  9. int 
  10.     active_line;            /* index to active line or -1 for all */
  11.